home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / myLClikLoop.c < prev    next >
C/C++ Source or Header  |  1996-06-22  |  146b  |  13 lines

  1. #include    "myLClikLoop.h"
  2. #include    "Globals.h"
  3. #ifndef __C14__
  4. #include    "PredatorPrey.h"
  5. #endif
  6.  
  7.  
  8.  
  9. pascal Boolean myLClikLoop()
  10. {
  11.  
  12.     return(TRUE);
  13. }